Fix grip window positioning
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Oct 2010 18:21:11 +0000 (14:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Oct 2010 18:21:11 +0000 (14:21 -0400)
commit31a45c957c5d398b4dfe970825198d8fd15fd618
treebae1959821f55b174bd55ffccf6466d719af8607
parent0ebf090d9e91589cd0b7fa514677b24f712c2994
Fix grip window positioning

We need to position the grip window in size_allocate after all,
otherwise the grip ends up in the wrong place when the window
is realized early.

Also, avoid shadowing a variable.
gtk/gtkwindow.c